home *** CD-ROM | disk | FTP | other *** search
- object ExTrigTest: TExTrigTest
- Left = 185
- Top = 93
- Width = 208
- Height = 139
- Caption = 'ExTrigTest'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Label1: TLabel
- Left = 6
- Top = 6
- Width = 146
- Height = 16
- Caption = 'APD Trigger Event Test'
- end
- object StartTest: TButton
- Left = 46
- Top = 37
- Width = 89
- Height = 33
- Caption = 'StartTest'
- TabOrder = 0
- OnClick = StartTestClick
- end
- object ApdComPort1: TApdComPort
- ComNumber = 3
- BufferFull = 3686
- BufferResume = 409
- TraceName = 'APD.TRC'
- LogName = 'APD.LOG'
- UseEventWord = False
- OnTriggerAvail = ApdComPort1TriggerAvail
- OnTriggerData = ApdComPort1TriggerData
- OnTriggerTimer = ApdComPort1TriggerTimer
- end
- end
-